From ff735aa1a1538728753951e600510c2617751239 Mon Sep 17 00:00:00 2001 From: "akw27@labyrinth.cl.cam.ac.uk" Date: Tue, 8 Feb 2005 15:17:35 +0000 Subject: [PATCH] bitkeeper revision 1.1159.249.2 (4208d80fdADS1E8W_FrA3GnIhbkDTw) my bad. signed-off-by: akw27@cl.cam.ac.uk --- linux-2.6.10-xen-sparse/drivers/xen/blktap/blktap_datapath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6.10-xen-sparse/drivers/xen/blktap/blktap_datapath.c b/linux-2.6.10-xen-sparse/drivers/xen/blktap/blktap_datapath.c index 7bbe36ad89..f618a405bf 100644 --- a/linux-2.6.10-xen-sparse/drivers/xen/blktap/blktap_datapath.c +++ b/linux-2.6.10-xen-sparse/drivers/xen/blktap/blktap_datapath.c @@ -142,7 +142,7 @@ inline void kick_be_domain(void) wmb(); /* Ensure that the frontend can see the requests. */ RING_PUSH_REQUESTS(BLKIF_RING, &blktap_be_ring); - notify_via_evtchn(blkif_ptbe_evtchn); + notify_via_evtchn(blktap_be_evtchn); DPRINTK("notified BE\n"); } -- 2.30.2